home *** CD-ROM | disk | FTP | other *** search
- global ds, gList, giNum, gtNum, gtColor
-
- on prepareFrame
- templateName = "t" & gtNum
- template = getAt(gList, templateName)
- color1 = template & string(getAt(gList, "t" & gtNum & "c1"))
- color2 = template & string(getAt(gList, "t" & gtNum & "c2"))
- color3 = template & string(getAt(gList, "t" & gtNum & "c3"))
- filePath = the moviePath & "INIT"
- member("T1A").fileName = filePath & ds & color1 & "_A.jpg"
- member("T1B").fileName = filePath & ds & color1 & "_B.jpg"
- member("T1C").fileName = filePath & ds & color1 & "_C.jpg"
- member("T1D").fileName = filePath & ds & color1 & "_D.jpg"
- member("T1E").fileName = filePath & ds & color1 & "_E.jpg"
- updateStage()
- member("T2A").fileName = filePath & ds & color2 & "_A.jpg"
- member("T2B").fileName = filePath & ds & color2 & "_B.jpg"
- member("T2C").fileName = filePath & ds & color2 & "_C.jpg"
- member("T2D").fileName = filePath & ds & color2 & "_D.jpg"
- member("T2E").fileName = filePath & ds & color2 & "_E.jpg"
- member("T3A").fileName = filePath & ds & color3 & "_A.jpg"
- member("T3B").fileName = filePath & ds & color3 & "_B.jpg"
- member("T3C").fileName = filePath & ds & color3 & "_C.jpg"
- member("T3D").fileName = filePath & ds & color3 & "_D.jpg"
- member("T3E").fileName = filePath & ds & color3 & "_E.jpg"
- member("CT3-T1C1-Name").text = color1
- member("CT3-T1C2-Name").text = color2
- member("CT3-T1C3-Name").text = color3
- end
-